Skip to content

Commit

Permalink
Post release 4.6.1
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Nečas <[email protected]>
  • Loading branch information
mnecas authored and michalskrivanek committed Mar 2, 2023
1 parent 3e48e53 commit e9b217b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .automation/generate-setup-files.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#!/bin/sh -e

VERSION="4.6.1"
# MILESTONE=master
MILESTONE=
# RPM_RELEASE="0.1.$MILESTONE.$(date -u +%Y%m%d%H%M%S)"
RPM_RELEASE=1
VERSION="4.6.2"
MILESTONE=master
# MILESTONE=
RPM_RELEASE="0.1.$MILESTONE.$(date -u +%Y%m%d%H%M%S)"
# RPM_RELEASE=1

PACKAGE_NAME="python-ovirt-engine-sdk4"

Expand Down

0 comments on commit e9b217b

Please sign in to comment.