Skip to content

Commit 34e4b30

Browse files
committed
Bump version to v2.0.8
1 parent cc732ee commit 34e4b30

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
tetra (2.0.7)
4+
tetra (2.0.8)
55
clamp (~> 1.3.2)
66
erb (~> 6.0)
77
json_pure (>= 2.6.3, < 2.9.0)
@@ -226,7 +226,7 @@ CHECKSUMS
226226
simplecov-html (0.13.2) sha256=bd0b8e54e7c2d7685927e8d6286466359b6f16b18cb0df47b508e8d73c777246
227227
simplecov_json_formatter (0.1.4) sha256=529418fbe8de1713ac2b2d612aa3daa56d316975d307244399fa4838c601b428
228228
sys-uname (1.4.1) sha256=ed2278ec670ee8af5eb5420d3a98e22188051f6241180db7c779993db2739a16
229-
tetra (2.0.7)
229+
tetra (2.0.8)
230230
text (1.3.1) sha256=2fbbbc82c1ce79c4195b13018a87cbb00d762bda39241bb3cdc32792759dd3f4
231231
thor (1.5.0) sha256=e3a9e55fe857e44859ce104a84675ab6e8cd59c650a49106a05f55f136425e73
232232
unicode-display_width (3.2.0) sha256=0cdd96b5681a5949cdbc2c55e7b420facae74c4aaf9a9815eee1087cb1853c42

lib/tetra/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22
# base module for tetra
33
module Tetra
4-
VERSION = "2.0.7"
4+
VERSION = "2.0.8"
55
end

0 commit comments

Comments
 (0)