Skip to content

Commit

Permalink
Post release 3.1.1-1 (#690)
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Nečas <[email protected]>
  • Loading branch information
mnecas authored Mar 3, 2023
1 parent c3964ae commit 07b5897
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.1"
# MILESTONE="master"
MILESTONE=""
# RPM_RELEASE="0.1.$MILESTONE.$(date -u +%Y%m%d%H%M%S)"
RPM_RELEASE="1"
VERSION="3.1.2"
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.1
version: 3.1.2
authors:
- Martin Necas <[email protected]>
license:
Expand Down

0 comments on commit 07b5897

Please sign in to comment.