Skip to content

Commit

Permalink
Roll versions forward to 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bodom0015 committed Jun 23, 2022
1 parent 46cdb90 commit ab41255
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion apiserver/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

BUILD_DATE=`date +%Y-%m-%d\ %H:%M`
VERSIONFILE="pkg/version/version.go"
VERSION="1.3.1"
VERSION="1.3.2"

set -e

Expand Down
2 changes: 1 addition & 1 deletion gui/ConfigModule.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ angular
/**
* The version/revision of this GUI
*/
.constant('BuildVersion', '1.3.1-devel')
.constant('BuildVersion', '1.3.2-devel')
.constant('BuildDate', '')

/**
Expand Down
2 changes: 1 addition & 1 deletion gui/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
FROM ndslabs/ng-base:focal-erbium

# Set build information here before building (or at build time with --build-args version=X.X.X)
ARG version="1.3.1"
ARG version="1.3.2"

# Set up necessary environment variables
ENV DEBIAN_FRONTEND="noninteractive" \
Expand Down
2 changes: 1 addition & 1 deletion gui/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "angular-ndslabs",
"private": true,
"version": "1.3.1",
"version": "1.3.2",
"description": "AngularJS Client GUI for the NDS Labs API",
"repository": "https://github.com/nds-org/ndslabs",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion gui/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ info:
email: [email protected]
name: NDS Labs Support
url: http://www.nationaldataservice.org/projects/labs.html
version: 1.3.1
version: 1.3.2
basePath: /api
schemes:
- https
Expand Down

0 comments on commit ab41255

Please sign in to comment.