Skip to content

Commit 9491d0f

Browse files
committed
Bump to v1.1.7
Signed-off-by: Nalin Dahyabhai <[email protected]>
1 parent 3733e47 commit 9491d0f

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

34-
VERSION := "1.2-dev"
34+
VERSION := "1.1.7"
3535
arguments := stringMapFlag{}
3636

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

0 commit comments

Comments
 (0)