Skip to content

Commit

Permalink
Bump to v1.1.7
Browse files Browse the repository at this point in the history
Signed-off-by: Nalin Dahyabhai <nalin@redhat.com>
  • Loading branch information
nalind committed Sep 10, 2020
1 parent 3733e47 commit 9491d0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/imagebuilder/imagebuilder.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ func main() {
var version bool
var mountSpecs stringSliceFlag

VERSION := "1.2-dev"
VERSION := "1.1.7"
arguments := stringMapFlag{}

flag.Var(&tags, "t", "The name to assign this image, if any. May be specified multiple times.")
Expand Down
2 changes: 1 addition & 1 deletion imagebuilder.spec
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#

%global golang_version 1.8.1
%{!?version: %global version 1.2-dev}
%{!?version: %global version 1.1.7}
%{!?release: %global release 1}
%global package_name imagebuilder
%global product_name Container Image Builder
Expand Down

0 comments on commit 9491d0f

Please sign in to comment.