From cf6276df8b6bed1bf77de95f019e5e1dae178b99 Mon Sep 17 00:00:00 2001 From: Mitchell Stanley Date: Thu, 30 May 2019 15:51:38 +0100 Subject: [PATCH] Fix version number --- shard.yml | 2 +- src/snipline_cli.cr | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/shard.yml b/shard.yml index 395e0b5..44de17a 100644 --- a/shard.yml +++ b/shard.yml @@ -1,5 +1,5 @@ name: snipline_cli -version: 0.1.0 +version: 0.1.1 authors: - Mitchell Stanley diff --git a/src/snipline_cli.cr b/src/snipline_cli.cr index 4034eb3..4af489f 100644 --- a/src/snipline_cli.cr +++ b/src/snipline_cli.cr @@ -9,7 +9,7 @@ require "./snipline_cli/commands/*" require "toml" module SniplineCli - VERSION = "0.1.0" + VERSION = "0.1.1" def self.config SniplineCli::Config.config