diff --git a/shard.yml b/shard.yml index 1a8057ae..90e70c64 100644 --- a/shard.yml +++ b/shard.yml @@ -5,7 +5,7 @@ authors: repository: "https://github.com/spoved/kube-client.cr" license: MIT -version: 0.4.1 +version: 0.4.2 crystal: ">= 1.4.0, < 2.0.0" dependencies: diff --git a/src/kube-client/version.cr b/src/kube-client/version.cr index 791959ae..b712b3e0 100644 --- a/src/kube-client/version.cr +++ b/src/kube-client/version.cr @@ -1,5 +1,5 @@ module Kube class Client - VERSION = "0.4.1" + VERSION = "0.4.2" end end