Skip to content

Commit

Permalink
Post release 3.1.3-1 (#719)
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Necas <mnecas@redhat.com>
  • Loading branch information
mnecas committed Aug 23, 2023
1 parent 4adf5c1 commit b508512
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.3"
# MILESTONE="master"
MILESTONE=""
# RPM_RELEASE="0.1.$MILESTONE.$(date -u +%Y%m%d%H%M%S)"
RPM_RELEASE="1"
VERSION="3.1.4"
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.3
version: 3.1.4
authors:
- Martin Necas <mnecas@redhat.com>
license:
Expand Down

0 comments on commit b508512

Please sign in to comment.