Skip to content

add compile-time projectVersion()

Compare
Choose a tag to compare
@disruptek disruptek released this 01 Nov 22:31
· 102 commits to master since this release

You can use projectVersion(): Option[Version] to get a version from your .nimble at compile-time, which is useful for providing to cligen so that --version works. See bump itself for a usage example.