ember-source 6.4.0-beta.2 → 6.4.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.4.0-beta.2
8
+ * @version 6.4.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.4.0-beta.2
8
+ * @version 6.4.0
9
9
  */
10
10
  /* eslint-disable no-var */
11
11
  /* globals global globalThis self */
@@ -2860,7 +2860,7 @@ var define, require;
2860
2860
  }, Symbol.toStringTag, { value: 'Module' });
2861
2861
 
2862
2862
  // this file gets replaced with the real value during the build
2863
- const Version = '6.4.0-beta.2';
2863
+ const Version = '6.4.0';
2864
2864
 
2865
2865
  const emberVersion = /*#__PURE__*/Object.defineProperty({
2866
2866
  __proto__: null,