Skip to content

Commit

Permalink
changed version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam-Belliveau committed Jan 16, 2020
1 parent 8c754ef commit eee440e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/com/stuypulse/stuylib/info/Information.java
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

public interface Information {
// Current version of stuylib
final Version STUYLIB_VER = new Version(1, 8);
final Version STUYLIB_VER = new Version(1, 8, 1);

// Name of library + Version
final String LIB_NAME = "StuyLib " + STUYLIB_VER;
Expand Down

0 comments on commit eee440e

Please sign in to comment.