Skip to content

Commit

Permalink
chore: version bump to 0.12.13
Browse files Browse the repository at this point in the history
  • Loading branch information
maxirmx committed Feb 15, 2025
1 parent 54a7496 commit 70d2af2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/matrices/macos.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"tidy": {
"ruby": [
"3.2.7",
"3.3.7",
"3.4.1"
],
"env": [
{ "os": "macos-13", "xcode": "14.3.1" },
{ "os": "macos-14", "xcode": "15.4" }
]
},
Expand Down
4 changes: 2 additions & 2 deletions .github/matrices/windows-msys.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
{
"sys": "ucrt64",
"CC": "gcc",
"CXX": "g++0"
"CXX": "g++"
}
]
},
Expand All @@ -24,7 +24,7 @@
{
"sys": "ucrt64",
"CC": "gcc",
"CXX": "g++0"
"CXX": "g++"
}
]
}
Expand Down
2 changes: 1 addition & 1 deletion lib/tebako/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@
# POSSIBILITY OF SUCH DAMAGE.

module Tebako
VERSION = "0.12.12"
VERSION = "0.12.13"
end

0 comments on commit 70d2af2

Please sign in to comment.