Skip to content

Commit bca684c

Browse files
authored
Merge pull request #1 from maxkratz/hotfix/adapt-version-numbers
Updates version number on the front page from `v2.4.0` to the latest version (`v2.6.0`)
2 parents 52318d1 + 4ee2c4d commit bca684c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/index.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,28 +40,28 @@ LogicNG is released in the Maven Central Repository. To include the latest versi
4040
<dependency>
4141
<groupId>org.logicng</groupId>
4242
<artifactId>logicng</artifactId>
43-
<version>2.4.0</version>
43+
<version>2.6.0</version>
4444
</dependency>
4545
```
4646

4747
=== "Gradle Groovy DSL"
4848
``` groovy
49-
implementation 'org.logicng:logicng:2.4.0'
49+
implementation 'org.logicng:logicng:2.6.0'
5050
```
5151

5252
=== "Gradle Kotlin DSL"
5353
``` kotlin
54-
implementation("org.logicng:logicng:2.4.0")
54+
implementation("org.logicng:logicng:2.6.0")
5555
```
5656

5757
=== "Scala SBT"
5858
``` scala
59-
libraryDependencies += "org.logicng" % "logicng" % "2.4.0"
59+
libraryDependencies += "org.logicng" % "logicng" % "2.6.0"
6060
```
6161

6262
=== "Leiningen"
6363
``` clojure
64-
[org.logicng/logicng "2.4.0"]
64+
[org.logicng/logicng "2.6.0"]
6565
```
6666

6767

0 commit comments

Comments
 (0)