Skip to content

Commit

Permalink
start version 2.0.3-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
jwoehr committed Aug 5, 2024
1 parent 3da01b6 commit 05d4fad
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGES.TXT
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ CHANGES.TXT for Ublu Midrange and Mainframe Life Cycle Extension Language
Copyright (c) 2019, 2022, 2024 Jack J. Woehr [email protected] http://www.softwoehr.com
All rights reserved. Open Source, see LICENSE

2.0.3-dev
---------

2.0.2 2024-08-05
-----
* Features
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<groupId>io.github.jwoehr</groupId>
<artifactId>ublu</artifactId>
<version>2.0.2</version>
<version>2.0.3-dev</version>
<name>Ublu</name>
<description>Ublu Midrange and Mainframe Life Cycle Extension Language</description>
<url>https://github.com/jwoehr/ublu</url>
Expand Down
4 changes: 2 additions & 2 deletions src/main/java/ublu/Version.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package ublu;
class Version {
static String compileDateTime = "2024-08-05 20:53:54 (GMT)";
static String ubluVersion = "2.0.2";
static String compileDateTime = "2024-08-05 21:17:48 (GMT)";
static String ubluVersion = "2.0.3-dev";
}

0 comments on commit 05d4fad

Please sign in to comment.