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

Commit

Permalink
Up to version 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hardingadonis committed Jan 20, 2024
1 parent 90f075a commit e220087
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion get_version.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

major_version=0
minor_version=3
minor_version=g
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 @@ -4,7 +4,7 @@

<groupId>io.hardingadonis</groupId>
<artifactId>saledock</artifactId>
<version>0.3.0</version>
<version>0.4.0</version>
<packaging>war</packaging>

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

0 comments on commit e220087

Please sign in to comment.