We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ee0432 commit 08a2136Copy full SHA for 08a2136
src/sentry.cr
@@ -5,5 +5,10 @@ require "./sentry/sound_file_storage"
5
require "./sentry/process_runner.cr"
6
7
module Sentry
8
- VERSION = {{ `shards version "#{__DIR__}"`.chomp.stringify }}
+ VERSION = {{
9
+ `shards version "#{__DIR__}"`.chomp.stringify +
10
+ " (rev " +
11
+ `git rev-parse --short HEAD`.chomp.stringify +
12
+ ")"
13
+ }}
14
end
0 commit comments