chore: Release version 0.2.1.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
James Harton 2023-07-28 08:52:05 +12:00
parent f7370ac264
commit cd016156b5
Signed by: james
GPG key ID: 90E82DAA13F624F4
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
PATH PATH
remote: . remote: .
specs: specs:
wag (0.2.0) wag (0.2.1)
dry-inflector (~> 0.2.0) dry-inflector (~> 0.2.0)
GEM GEM

View file

@ -1,5 +1,5 @@
# frozen_string_literal: true # frozen_string_literal: true
module WAG module WAG
VERSION = '0.2.0' VERSION = '0.2.1'
end end