Skip to content

Commit

Permalink
Merge pull request #282 from nalind/v1.2.9
Browse files Browse the repository at this point in the history
Tag v1.2.9
  • Loading branch information
openshift-merge-bot[bot] committed Apr 16, 2024
2 parents e903800 + 46e21e8 commit 5b6b190
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 @@ -32,7 +32,7 @@ func main() {
var version bool
var mountSpecs stringSliceFlag

VERSION := "1.2.9-dev"
VERSION := "1.2.10-dev"
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.19
%{!?version: %global version 1.2.9-dev}
%{!?version: %global version 1.2.10-dev}
%{!?release: %global release 1}
%global package_name imagebuilder
%global product_name Container Image Builder
Expand Down

0 comments on commit 5b6b190

Please sign in to comment.