This is an automated email from the ASF dual-hosted git repository.
desruisseaux pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/sis.git
The following commit(s) were added to refs/heads/main by this push:
new 95477cf094 Upgrade version number: missed an occurrence.
95477cf094 is described below
commit 95477cf09405e3b8b0aaae03feda250d6f5ebd7f
Author: Martin Desruisseaux <[email protected]>
AuthorDate: Mon Feb 2 16:23:48 2026 +0100
Upgrade version number: missed an occurrence.
---
.../src/org.apache.sis.util/main/org/apache/sis/system/Modules.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/endorsed/src/org.apache.sis.util/main/org/apache/sis/system/Modules.java
b/endorsed/src/org.apache.sis.util/main/org/apache/sis/system/Modules.java
index 71411c744b..788c601a62 100644
--- a/endorsed/src/org.apache.sis.util/main/org/apache/sis/system/Modules.java
+++ b/endorsed/src/org.apache.sis.util/main/org/apache/sis/system/Modules.java
@@ -116,7 +116,7 @@ public final class Modules {
*
* @see org.apache.sis.util.Version
*/
- public static final int MINOR_VERSION = 6;
+ public static final int MINOR_VERSION = 7;
/**
* The prefix of all classnames in Apache SIS, including a trailing dot.