Skip to content

Commit

Permalink
Bump beta version, remove ampersand from javadocs
Browse files Browse the repository at this point in the history
  • Loading branch information
cnorburn committed Sep 16, 2024
1 parent 57ba96a commit 41a50b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ apply plugin: 'java'

group = 'network.casper'
// Version number update for release
version='2.7.0-BETA.1'
version='2.7.0-BETA.2'
sourceCompatibility = 1.8
targetCompatibility = 1.8

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
@NoArgsConstructor
public class Package {

/** All versions (enabled & disabled) */
/** All versions (enabled and disabled) */
@JsonProperty("versions")
private List<Versions> versions;

Expand Down

0 comments on commit 41a50b2

Please sign in to comment.