Skip to content

Commit

Permalink
bug: Add version fallback
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliver Weiler authored May 29, 2024
1 parent a35503f commit 8bf4157
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion p2e.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
///usr/bin/env jbang "$0" "$@" ; exit $?
//DEPS info.picocli:picocli:4.7.6
//DEPS info.picocli:picocli-codegen:4.7.6
//MANIFEST Implementation-Version=${version}
//MANIFEST Implementation-Version=${version:dev}
//JAVA 21

package com.github.helpermethod.p2e;
Expand Down

0 comments on commit 8bf4157

Please sign in to comment.