Skip to content

Commit

Permalink
Tag v1.2.7
Browse files Browse the repository at this point in the history
Update version information to mark this as v1.2.7.

Signed-off-by: Nalin Dahyabhai <nalin@redhat.com>
  • Loading branch information
nalind committed Mar 26, 2024
1 parent 3f16276 commit 8e67d09
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.7-dev"
VERSION := "1.2.7"
arguments := stringMapFlag{}

flag.Var(&tags, "t", "The name to assign this image, if any. May be specified multiple times.")
Expand Down
4 changes: 2 additions & 2 deletions imagebuilder.spec
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
# Customize from here.
#

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

0 comments on commit 8e67d09

Please sign in to comment.