Skip to content

Commit 2084c51

Browse files
Merge pull request #1377 from dprince/version_bump_fr3
Bump VERSION for upcoming FR3
2 parents 225d2eb + 8d3fe19 commit 2084c51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# To re-generate a bundle for another specific version without changing the standard setup, you can:
44
# - use the VERSION as arg of the bundle target (e.g make bundle VERSION=0.0.2)
55
# - use environment variables to overwrite this value (e.g export VERSION=0.0.2)
6-
VERSION ?= 0.0.1
6+
VERSION ?= 0.3.0
77

88
OPENSTACK_RELEASE_VERSION ?= $(VERSION)-$(shell date +%s)
99

0 commit comments

Comments
 (0)