Skip to content

Commit

Permalink
Bump to version: 0.4.9-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
ccfontes committed Jul 4, 2019
1 parent f521c9e commit 87f5bd7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -16,11 +16,11 @@ Check the [ideas driving eg](doc/ideas.md).

**Leiningen/Boot**
```clj
[eg "0.4.8-alpha"]
[eg "0.4.9-alpha"]
```
**Clojure CLI/deps.edn**
```clj
eg {:mvn/version "0.4.8-alpha"}
eg {:mvn/version "0.4.9-alpha"}
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion project.clj
@@ -1,4 +1,4 @@
(defproject eg "0.4.8-alpha"
(defproject eg "0.4.9-alpha"
:description "eg delivers clojure.test function tests with conciseness."
:license {:name "The Universal Permissive License (UPL), Version 1.0"
:url "https://opensource.org/licenses/UPL"}
Expand Down

0 comments on commit 87f5bd7

Please sign in to comment.