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 6ef1ade commit af82fb3Copy full SHA for af82fb3
shard.yml
@@ -1,5 +1,5 @@
1
name: sentry
2
-version: 0.3.2
+version: 0.6.1
3
4
targets:
5
sentry:
src/sentry.cr
@@ -5,5 +5,10 @@ require "./sentry/sound_file_storage"
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