Skip to content

Commit

Permalink
Merge pull request #347 from lebauce/fix-version-rpm
Browse files Browse the repository at this point in the history
release: fix version in RPM specfile
  • Loading branch information
safchain authored Aug 1, 2017
2 parents 89cca2a + a9a70df commit d64aaee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/packaging/rpm/skydive.spec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
%define gotest() go test -compiler gc -ldflags "${LDFLAGS:-}" %{?**};
%endif

%{!?tagversion:%global tagversion 0.11.0}
%{!?tagversion:%global tagversion 0.12.0}

# commit or tagversion need to be defined on command line
%if %{defined commit}
Expand Down

0 comments on commit d64aaee

Please sign in to comment.