ember-source 6.8.0-beta.4 → 6.8.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -5,7 +5,7 @@
5
5
  * Portions Copyright 2008-2011 Apple Inc. All rights reserved.
6
6
  * @license Licensed under MIT license
7
7
  * See https://raw.github.com/emberjs/ember.js/master/LICENSE
8
- * @version 6.8.0-beta.4
8
+ * @version 6.8.0
9
9
  */
10
10
  /* eslint-disable no-var */
11
11
  /* globals global globalThis self */
@@ -5,7 +5,7 @@
5
5
  * Portions Copyright 2008-2011 Apple Inc. All rights reserved.
6
6
  * @license Licensed under MIT license
7
7
  * See https://raw.github.com/emberjs/ember.js/master/LICENSE
8
- * @version 6.8.0-beta.4
8
+ * @version 6.8.0
9
9
  */
10
10
  /* eslint-disable no-var */
11
11
  /* globals global globalThis self */
@@ -2846,7 +2846,7 @@ var define, require;
2846
2846
  }, Symbol.toStringTag, { value: 'Module' });
2847
2847
 
2848
2848
  // this file gets replaced with the real value during the build
2849
- const Version = '6.8.0-beta.4';
2849
+ const Version = '6.8.0';
2850
2850
 
2851
2851
  const emberVersion = /*#__PURE__*/Object.defineProperty({
2852
2852
  __proto__: null,