version

package
v1.5.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 22, 2026 License: MIT Imports: 0 Imported by: 0

README

version

This module exists solely to store the version number of the English language interpreter.

Version format

major.minor.commits-since-last-minor-increment
Part When to increment
major A change that breaks existing programs or behaviour
minor A new feature is added (you can roughtly equate this to every new pull request)
commits-since-last-minor-increment Automatically derived — the number of git commits made since minor was last incremented

Usage

import "github.com/Advik-B/english/version"

fmt.Println(version.Version) // e.g. "1.2.25"

Do not add any other logic to this package. It is intentionally kept as a single constant so that every other package can import it without creating dependency cycles.

Documentation

Index

Constants

View Source
const Version = "1.5.0"

Version is the current version of the English language interpreter. Format: major.minor.commits-since-last-minor-increment

  • major is incremented when a change breaks existing programs
  • minor is incremented when a new feature is added
  • the third number is the count of commits made since the minor was last incremented

Variables

This section is empty.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL