Skip to content

Commit c4d1e7d

Browse files
committed
pre-release 0.1.0
1 parent b068565 commit c4d1e7d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Rakefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
require "bundler/gem_tasks"
2-
require "rspec/core/rake_task"
1+
require 'bundler/gem_tasks'
2+
require 'rspec/core/rake_task'
33

44
RSpec::Core::RakeTask.new(:spec)
55

lib/bitshares/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Bitshares
2-
VERSION = '0.1.0'
2+
VERSION = '0.1.0.pre'
33
end

0 commit comments

Comments
 (0)