Skip to content

Commit

Permalink
chore: version bump to 1.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mchitre committed Nov 20, 2023
1 parent 9c880d5 commit 7af81a6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Maven Central dependency
<dependency>
<groupId>com.github.org-arl</groupId>
<artifactId>fjage</artifactId>
<version>1.12.1</version>
<version>1.12.2</version>
</dependency>

Contributing
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.12.1
1.12.2
2 changes: 1 addition & 1 deletion src/sphinx/fjage_quickstart.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh

# fjage version
VERSION=1.12.1
VERSION=1.12.2

# create the folder structure
mkdir -p build/libs etc logs samples
Expand Down

0 comments on commit 7af81a6

Please sign in to comment.