Skip to content

Commit e22ebd3

Browse files
committed
Tag v1.2.17
Update version information to mark this as v1.2.17. Signed-off-by: Nalin Dahyabhai <[email protected]>
1 parent 6426ca5 commit e22ebd3

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.17-dev"
37+
VERSION := "1.2.17"
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.17-dev}
15+
%{!?version: %global version 1.2.17}
1616
%{!?release: %global release 1}
1717
%global package_name imagebuilder
1818
%global product_name Container Image Builder

0 commit comments

Comments
 (0)