Skip to content

Commit 228e998

Browse files
committed
Mark as v1.2.17-dev
Update version information to mark this as v1.2.17-dev. Signed-off-by: Nalin Dahyabhai <[email protected]>
1 parent 9c5dba2 commit 228e998

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cmd/imagebuilder/imagebuilder.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ func main() {
3434
var version bool
3535
var mountSpecs stringSliceFlag
3636

37-
VERSION := "1.2.16"
37+
VERSION := "1.2.17-dev"
3838
arguments := stringMapFlag{}
3939

4040
flag.Var(&tags, "t", "The name to assign this image, if any. May be specified multiple times.")

imagebuilder.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
#
1313

1414
%global golang_version 1.19
15-
%{!?version: %global version 1.2.16}
15+
%{!?version: %global version 1.2.17-dev}
1616
%{!?release: %global release 1}
1717
%global package_name imagebuilder
1818
%global product_name Container Image Builder

0 commit comments

Comments
 (0)