diff --git a/shard.yml b/shard.yml index 6ca2ee3..9155996 100644 --- a/shard.yml +++ b/shard.yml @@ -3,7 +3,7 @@ description: A Crystal Version Manager authors: - Devaune Whittle -version: 0.1.0 +version: 1.0.0 crystal: '>= 1.13.0' license: MPL repository: https://github.com/crimson-crystal/crimson diff --git a/src/crimson.cr b/src/crimson.cr index c13ff7c..07a41db 100644 --- a/src/crimson.cr +++ b/src/crimson.cr @@ -11,7 +11,7 @@ require "./config" require "./env" module Crimson - VERSION = "0.1.0" + VERSION = "1.0.0" BUILD_DATE = {% if flag?(:win32) %} {{ `powershell.exe -NoProfile Get-Date -Format "yyyy-MM-dd"`.stringify.chomp }}