Skip to content
This repository has been archived by the owner on May 31, 2024. It is now read-only.

Commit

Permalink
prepare for release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hardingadonis committed Mar 22, 2024
1 parent c52314a commit 1941edd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions get_version.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

major_version=0
minor_version=9
major_version=1
minor_version=0
path_version=0

echo "$major_version.$minor_version.$path_version"
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>io.hardingadonis</groupId>
<artifactId>saledock</artifactId>
<version>0.9.0</version>
<version>1.0.0</version>
<packaging>war</packaging>

<name>Sale Dock - v${project.version}</name>
Expand Down

0 comments on commit 1941edd

Please sign in to comment.