Skip to content

Commit

Permalink
cut 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
martinklepsch committed May 9, 2016
1 parent dfa777c commit 8788ca9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ A Clojure interface to Sentry.
## Usage

```clojure
[raven-clj "1.3.2-SNAPSHOT"]
[raven-clj "1.3.2"]
```

## Changes

- 1.3.2 (unreleased, snapshot might be available)
- **1.3.2**
- update `clj-http` to `3.0.1`

### `capture`
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject raven-clj "1.3.2-SNAPSHOT"
(defproject raven-clj "1.3.2"
:description "Sentry clojure client"
:url "http://github.com/sethtrain/raven-clj"
:license {:name "Eclipse Public License"
Expand Down
2 changes: 1 addition & 1 deletion src/raven_clj/core.clj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

(def ^:private ^:const sentry-client
"The name of this sentry client implementation"
"raven-clj/1.0.2")
"raven-clj/1.3.2")

(defn- generate-uuid []
(string/replace (UUID/randomUUID) #"-" ""))
Expand Down

0 comments on commit 8788ca9

Please sign in to comment.