update version const

master
Kanezoh 2021-10-09 22:24:02 +09:00
parent 949e0234df
commit 87a150ddf4
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ require "./mechanize/errors/*"
# query: {"foo" => "bar"}) # query: {"foo" => "bar"})
# ``` # ```
class Mechanize class Mechanize
VERSION = "0.1.0" VERSION = "0.2.0"
AGENT = { AGENT = {
"Mechanize" => "Mechanize/#{VERSION} Crystal/#{Crystal::VERSION} (https://github.com/Kanezoh/mechanize.cr)", "Mechanize" => "Mechanize/#{VERSION} Crystal/#{Crystal::VERSION} (https://github.com/Kanezoh/mechanize.cr)",