Skip to content

Commit 1d94004

Browse files
committed
Update version to 4.6.1 in README and VersionProvider
1 parent c5a7779 commit 1d94004

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ corese query-endpoint -q 'SELECT * WHERE {?s ?p ?o}' -e "https://dbpedia.org/spa
9191

9292
## 📖 Documentation
9393

94-
- [Getting Started Guide](https://corese-stack.github.io/corese-command/v4.6.0/user_guide.html)
94+
- [Getting Started Guide](https://corese-stack.github.io/corese-command/v4.6.1/user_guide.html)
9595

9696
## 🤝 Contributing
9797

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ object Meta {
2222
// Project coordinates
2323
const val groupId = "fr.inria.corese"
2424
const val artifactId = "corese-command"
25-
const val version = "4.6.1-SNAPSHOT"
25+
const val version = "4.6.1"
2626

2727
// Project description
2828
const val desc = "A command-line tool for converting, querying, and validating RDF data with SPARQL and SHACL using the Corese engine."

src/main/java/fr/inria/corese/command/VersionProvider.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
public class VersionProvider implements CommandLine.IVersionProvider {
1010

1111
// Version of Corese-Command
12-
public final static String commandVersion = "4.6.1-SNAPSHOT";
12+
public final static String commandVersion = "4.6.1";
1313

1414
@Override
1515
public String[] getVersion() {

0 commit comments

Comments
 (0)