Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
softwareCobbler committed Aug 31, 2024
1 parent f5d393f commit f14062a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion luceedebug/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ tasks.jar {
}
}

val luceedebugVersion = "2.0.13.2"
val luceedebugVersion = "2.0.14"
val libfile = "luceedebug-" + luceedebugVersion + ".jar"

// TODO: this should, but does not currently, participate in the `clean` task, so the generated file sticks around after invoking `clean`.
Expand Down

0 comments on commit f14062a

Please sign in to comment.