version command displays the currently installed oForum version.
Usage
Output
Version Format
oForum follows Semantic Versioning:Breaking changes. Upgrading may require schema changes or configuration updates.Example:
v1.0.0 → v2.0.0New features, backwards-compatible. Safe to upgrade.Example:
v0.1.0 → v0.2.0Bug fixes and small improvements. Always safe to upgrade.Example:
v0.0.1 → v0.0.2Checking for Updates
The version command reminds you to check for updates:Build Information
The version is embedded at compile time from the source constant:main.go:27
Examples
Quick Version Check
Version in Scripts
Extract just the version number:Check Before Updating
Release Notes
For detailed information about each version, see the GitHub releases page: https://github.com/arcten/oforum/releases Each release includes:- New features
- Bug fixes
- Breaking changes (if any)
- Migration notes
- Download links
Comparing Versions
Check if Update Needed
Compare your installed version with the latest release:Verify Installation
Confirm oForum is installed correctly:Version History
Version 0.0.2 (Latest)
Version 0.0.2 (Latest)
Current stable release with core forum features:
- User authentication and profiles
- Post creation and commenting
- Upvote system
- Admin dashboard
- Role-based permissions
- Tag system
Version 0.0.1
Version 0.0.1
Initial release with basic forum functionality:
- User accounts
- Posts and comments
- Simple upvoting
- Basic admin features
Check the GitHub releases page for the complete version history and detailed changelogs.