Skip to content
This repository has been archived by the owner on Sep 22, 2019. It is now read-only.

Commit

Permalink
Major version number bump due to signatures with timestamps
Browse files Browse the repository at this point in the history
  • Loading branch information
sietseringers committed Jun 11, 2018
1 parent f926738 commit 2da19f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ansible/roles/apiserver/defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
server_version: 1.4.2
server_version: 2.0.0
server_url: https://github.com/privacybydesign/irma_api_server/releases/download/v{{ server_version }}/irma_api_server.zip
conf_path: /etc/irma_api_server
base_install_path: /opt
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'war'
apply plugin: 'org.akhikhl.gretty'
apply plugin: 'eclipse-wtp'

version = "1.4.2"
version = "2.0.0"

import org.gradle.internal.os.OperatingSystem;

Expand Down

0 comments on commit 2da19f2

Please sign in to comment.