Skip to content

Commit

Permalink
v0.9.2
Browse files Browse the repository at this point in the history
- Version number update in class `meico.Meico`.
  • Loading branch information
axelberndt committed Jul 12, 2024
1 parent 44ff230 commit eb4e82c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/meico/Meico.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @author Axel Berndt
*/
public class Meico {
public static final String version = "0.9.1";
public static final String version = "0.9.2";

public static void main(String[] args) {
System.out.println("meico v" + Meico.version);
Expand Down

0 comments on commit eb4e82c

Please sign in to comment.