Skip to content

Commit

Permalink
Next version is v0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
marcioendo committed Sep 4, 2023
1 parent 1bc90ca commit 38896bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
GROUP_ID := br.com.objectos
ARTIFACT_ID := objectos-code
VERSION := 0.8.1
VERSION := 0.8.2-SNAPSHOT

MODULE := objectos.code
TESTING_MAIN := objectos.code.RunTests
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ To use Objectos Code in your project add the following to your POM:
<dependency>
<groupId>br.com.objectos</groupId>
<artifactId>objectos-code</artifactId>
<version>0.9.0</version>
<version>0.8.1</version>
</dependency>
</dependencies>
```
Expand Down

0 comments on commit 38896bd

Please sign in to comment.