We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 057ac8a + a9ca0ef commit a30092aCopy full SHA for a30092a
Makefile
@@ -13,8 +13,8 @@
13
# limitations under the License.
14
15
# Bump these on release - and please check ISO_VERSION for correctness.
16
-VERSION_MAJOR ?= 0
17
-VERSION_MINOR ?= 35
+VERSION_MAJOR ?= 1
+VERSION_MINOR ?= 0
18
VERSION_BUILD ?= 0
19
# Default to .0 for higher cache hit rates, as build increments typically don't require new ISO versions
20
ISO_VERSION ?= v$(VERSION_MAJOR).$(VERSION_MINOR).0
0 commit comments