Skip to content

Commit

Permalink
ISSUE-6: change default server port
Browse files Browse the repository at this point in the history
  • Loading branch information
testableapple committed Aug 7, 2018
1 parent d27cdc9 commit 0750a9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/skeleton
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ module Skeleton
c.example 'description', 'skeleton server'
c.option '-p', '--port PORT', String, 'Set web-server port'
c.action do |_args, options|
options.default(port: 4567)
options.default(port: 4568)
system("ruby #{Base::ROOT_DIR}/server/server.rb #{options.port}")
end
end
Expand Down
2 changes: 1 addition & 1 deletion lib/skeleton/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module Skeleton
VERSION ||= '0.1.14'.freeze
VERSION ||= '0.1.15'.freeze
GEM_NAME ||= 'skeleton-ui'.freeze
end

0 comments on commit 0750a9a

Please sign in to comment.