Skip to content

Commit

Permalink
v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mamantoha committed Nov 10, 2024
1 parent 19e5fd9 commit af4f00f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion shard.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: resolv
version: 0.1.0
version: 0.2.0

authors:
- Anton Maminov <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion src/resolv.cr
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
require "socket"

module Resolv
VERSION = "0.1.0"
VERSION = {{ `shards version #{__DIR__}`.chomp.stringify }}

class Error < Exception
def initialize(message = "Error")
Expand Down

0 comments on commit af4f00f

Please sign in to comment.