Skip to content

Commit

Permalink
Post release 3.1.2 (#699)
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Nečas <necas.marty@gmail.com>
  • Loading branch information
mnecas committed Mar 30, 2023
1 parent 2880593 commit 41fec99
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions build.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#!/bin/bash

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

BUILD_TYPE=$2
BUILD_PATH=$3
Expand Down
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
namespace: "@NAMESPACE@"
name: "@NAME@"
version: 3.1.2
version: 3.1.3
authors:
- Martin Necas <mnecas@redhat.com>
license:
Expand Down

0 comments on commit 41fec99

Please sign in to comment.