File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 22
22
LIB_GITHUB_RELEASES = [
23
23
{
24
24
file : "libdatadog-aarch64-alpine-linux-musl.tar.gz" ,
25
- sha256 : "250bf6011a1ab3c177ed6743faf64457f8dd7ed4ed1a97af4683327407dd13ab " ,
25
+ sha256 : "1a9ace8904db9e5232732d43ec72b7c796866059614abec254b4c2c91665a5d0 " ,
26
26
ruby_platform : "aarch64-linux-musl"
27
27
} ,
28
28
{
29
29
file : "libdatadog-aarch64-unknown-linux-gnu.tar.gz" ,
30
- sha256 : "47367657799c6273315a25a70c5f9d7b3258fbd46bd3b6e74a85d509b3d3679c " ,
30
+ sha256 : "ec79b9a0b8d0163c04058c28455d083dc518ffdec9870698d87187abe059a825 " ,
31
31
ruby_platform : "aarch64-linux"
32
32
} ,
33
33
{
34
34
file : "libdatadog-x86_64-alpine-linux-musl.tar.gz" ,
35
- sha256 : "433d2d274543dbcccf055d708d93f7b07927ddca2273a87aedb82971e02f1e64 " ,
35
+ sha256 : "c44cfc89d65b3e46964dccbf98508caf3e1897a295f6bdb798b65b692c74d520 " ,
36
36
ruby_platform : "x86_64-linux-musl"
37
37
} ,
38
38
{
39
39
file : "libdatadog-x86_64-unknown-linux-gnu.tar.gz" ,
40
- sha256 : "65a92ae10f264775082e67b29067d0d4712f0c24e600d6d4f819c5ef2ca8d257 " ,
40
+ sha256 : "803c96e0d96e129d2dafd151d4d1209c7ad5d05e5002702ea0cd322a2133190a " ,
41
41
ruby_platform : "x86_64-linux"
42
42
}
43
43
]
Original file line number Diff line number Diff line change 2
2
3
3
module Libdatadog
4
4
# Current libdatadog version
5
- LIB_VERSION = "22.0.0 "
5
+ LIB_VERSION = "22.0.1 "
6
6
7
7
GEM_MAJOR_VERSION = "1"
8
8
GEM_MINOR_VERSION = "0"
You can’t perform that action at this time.
0 commit comments