Skip to content

Commit

Permalink
Merge pull request #7424 from Obihoernchen/version
Browse files Browse the repository at this point in the history
Next version will be 2.17.0
  • Loading branch information
Obihoernchen authored Feb 20, 2024
2 parents fdb4c9d + 1fe4d1c commit ca60cf2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.16.6
2.17.0
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
# The short X.Y version.
version = '2'
# The full version, including alpha/beta/rc tags.
release = '2.16.6'
release = '2.17.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion xCAT-genesis-builder/xCAT-genesis-base.spec
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
%global version %(rpm -q xCAT --qf "%{VERSION}" 2>/dev/null | grep -Po '[0-9\.]+' || echo "2.16.5")
%global version %(rpm -q xCAT --qf "%{VERSION}" 2>/dev/null | grep -Po '[0-9\.]+' || echo "2.17.0")
Version: %{version}
Release: %{?release:%{release}}%{!?release:snap%(date +"%Y%m%d%H%M")}
%ifarch i386 i586 i686 x86
Expand Down

0 comments on commit ca60cf2

Please sign in to comment.