Skip to content

Commit ffb82e2

Browse files
committed
Tag v1.2.10
Update version information to mark this as v1.2.10. Signed-off-by: Nalin Dahyabhai <[email protected]>
1 parent 19da76b commit ffb82e2

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
@@ -32,7 +32,7 @@ func main() {
3232
var version bool
3333
var mountSpecs stringSliceFlag
3434

35-
VERSION := "1.2.10-dev"
35+
VERSION := "1.2.10"
3636
arguments := stringMapFlag{}
3737

3838
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.10-dev}
15+
%{!?version: %global version 1.2.10}
1616
%{!?release: %global release 1}
1717
%global package_name imagebuilder
1818
%global product_name Container Image Builder

0 commit comments

Comments
 (0)