Skip to content

Commit

Permalink
Post release 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mnecas committed Jan 28, 2021
1 parent 4d4f0f3 commit 2f2492c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions build.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/bin/bash

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

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: 1.3.0
version: 1.3.1
authors:
- Martin Necas <[email protected]>
license:
Expand Down

0 comments on commit 2f2492c

Please sign in to comment.