Skip to content

Commit

Permalink
Merge pull request #325 from h1alexbel/324
Browse files Browse the repository at this point in the history
feat(#324): Programs.version()
  • Loading branch information
yegor256 authored Feb 12, 2025
2 parents a49f972 + 1263efc commit 403a418
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/main/java/org/eolang/lints/Programs.java
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,15 @@

/**
* A collection of XMIR programs to analyze.
* To get the current version of `lints`, you should read it from
* MANIFEST.MF file, packaged with library. You can do it like this:
* <pre>
* {@code
* import com.jcabi.manifests.Manifests;
*
* final String version = Manifests.read("Lints-Version");
* }
* </pre>
* @see <a href="https://news.eolang.org/2022-11-25-xmir-guide.html">XMIR</a>
* @since 0.1.0
*/
Expand Down

0 comments on commit 403a418

Please sign in to comment.