Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
satta committed Jun 29, 2021
1 parent 308a5c0 commit 5a226da
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions bloom/manage.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,13 @@ import (
"bufio"
"bytes"
"fmt"
"github.com/DCSO/bloom"
"gopkg.in/urfave/cli.v1"
"os"
"path/filepath"
"strconv"
"strings"

"github.com/DCSO/bloom"
"gopkg.in/urfave/cli.v1"
)

// BloomParams represents the parameters of the 'bloom' command line tool.
Expand Down Expand Up @@ -471,7 +472,7 @@ func main() {
},
},
}
app.Version = "0.2.2"
app.Version = "0.2.4"

app.Run(os.Args)
}

0 comments on commit 5a226da

Please sign in to comment.