Skip to content

Commit af82fb3

Browse files
committed
Bump version.
1 parent 6ef1ade commit af82fb3

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

shard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: sentry
2-
version: 0.3.2
2+
version: 0.6.1
33

44
targets:
55
sentry:

src/sentry.cr

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,10 @@ require "./sentry/sound_file_storage"
55
require "./sentry/process_runner.cr"
66

77
module Sentry
8-
VERSION = {{ `shards version "#{__DIR__}"`.chomp.stringify }}
8+
VERSION = {{
9+
`shards version "#{__DIR__}"`.chomp.stringify +
10+
" (rev " +
11+
`git rev-parse --short HEAD`.chomp.stringify +
12+
")"
13+
}}
914
end

0 commit comments

Comments
 (0)