Skip to content

Commit

Permalink
Version bump to base station
Browse files Browse the repository at this point in the history
  • Loading branch information
GregJohnStewart committed Sep 1, 2022
1 parent a003698 commit 4d82071
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion software/open-qm-base-station/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

group 'com.ebp.openQuarterMaster'
version '1.0.4-DEV'
version '1.0.5-DEV'

repositories {
mavenCentral()
Expand Down
2 changes: 1 addition & 1 deletion software/open-qm-base-station/docs/Releasing.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ These are the steps to take to perform a release of the software:
1. review Dockerfiles for base image version
2. review dependencies for version updates
2. Run _all_ tests:
1. `./gradlew clean test `
1. `./gradlew clean test`
2. If it's been a while, review Dockerfiles for base image version
3. Increment version of service accordingly in `build.gradle`
4. Ensure everything committed and pushed to github. Check workflows.
Expand Down

0 comments on commit 4d82071

Please sign in to comment.