Skip to content

Commit

Permalink
- version bump for syslog input fix (Reported by David P. via mailing
Browse files Browse the repository at this point in the history
  list)
  • Loading branch information
jordansissel committed May 10, 2011
1 parent 2f80a08 commit e8a44f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ require 'tempfile'
require 'ftools' # fails in 1.9.2

# TODO(sissel): load the gemspec and parse the version from it instead.
LOGSTASH_VERSION = "1.0.2"
LOGSTASH_VERSION = "1.0.3"

# Compile config grammar (ragel -> ruby)
file "lib/logstash/config/grammar.rb" => ["lib/logstash/config/grammar.rl"] do
Expand Down
2 changes: 1 addition & 1 deletion logstash.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Gem::Specification.new do |spec|
#rev = %x{svn info}.split("\n").grep(/Revision:/).first.split(" ").last.to_i
rev = Time.now.strftime("%Y%m%d%H%M%S")
spec.name = "logstash"
spec.version = "1.0.2"
spec.version = "1.0.3"
spec.summary = "logstash - log and event management"
spec.description = "scalable log and event management (search, archive, pipeline)"
spec.license = "Apache License (2.0)"
Expand Down

0 comments on commit e8a44f8

Please sign in to comment.