Skip to main content

set_program_version

Function set_program_version 

Source
pub fn set_program_version(version: String) -> Result<(), String>
Expand description

Sets the version of the executing program.

ยงErrors

If the version has already been initialized (can only be set once).