version-manager 3.0.0

A simple version manager for your projects.
Documentation
1
2
3
4
5
6
7
8
pub mod command;
pub mod files;
pub mod getset;
pub mod package;
pub mod version;

pub use command::Cli;
pub use version::VersionCommand;