Skip to content

Commit

Permalink
- verison bump again, forgot a fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jordansissel committed May 10, 2011
1 parent bb21c3b commit dcde1dd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.3"
LOGSTASH_VERSION = "1.0.4"

# Compile config grammar (ragel -> ruby)
file "lib/logstash/config/grammar.rb" => ["lib/logstash/config/grammar.rl"] do
Expand Down
4 changes: 2 additions & 2 deletions docs/learn.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ for such things, that works for me, too.)

logstash releases come in a few flavors.

* [Monolithic jar](http://semicomplete.com/files/logstash/logstash-1.0.2-monolithic.jar)
* [rubygem](https://github.com/downloads/logstash/releases/logstash-1.0.2.gem)
* [Monolithic jar](http://semicomplete.com/files/logstash/logstash-1.0.4-monolithic.jar)
* [rubygem](https://github.com/downloads/logstash/releases/logstash-1.0.4.gem)
* [`gem install logstash`](http://rubygems.org/gems/logstash)

## What's next?
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.3"
spec.version = "1.0.4"
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 dcde1dd

Please sign in to comment.