ember-source 6.11.0-beta.2 → 6.11.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.11.0-beta.2
8
+ * @version 6.11.0
9
9
  */
10
10
  /* eslint-disable no-var */
11
11
  /* globals global globalThis self */
@@ -2116,7 +2116,7 @@ var define, require;
2116
2116
  }, Symbol.toStringTag, { value: 'Module' });
2117
2117
 
2118
2118
  // this file gets replaced with the real value during the build
2119
- const Version = '6.11.0-beta.2';
2119
+ const Version = '6.11.0';
2120
2120
 
2121
2121
  const emberVersion = /*#__PURE__*/Object.defineProperty({
2122
2122
  __proto__: null,