Skip to content

Commit

Permalink
updated version to rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
bhatti committed Dec 1, 2020
1 parent 1560ddb commit 2f74747
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM openjdk:8
# plugin version from https://github.com/nowsecure/gitlabci/releases
ENV PLUGIN_VERSION 1.2.0-rc1
ENV PLUGIN_VERSION 1.2.0-rc2
#
# Download nowsecure plugin source
RUN mkdir -p /usr/local/share/nowsecure
Expand Down
2 changes: 1 addition & 1 deletion bin/nowsecure.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
###

if [[ -z "${PLUGIN_VERSION}" ]]; then
PLUGIN_VERSION="1.2.0-rc1"
PLUGIN_VERSION="1.2.0-rc2"
fi

if [[ -z "${PLUGIN_JAR}" ]]; then
Expand Down
Binary file added dist/all-in-one-jar-1.2.0-rc2.jar
Binary file not shown.

0 comments on commit 2f74747

Please sign in to comment.