Skip to content

Commit

Permalink
chore: add version to module info section
Browse files Browse the repository at this point in the history
  • Loading branch information
JoyceBabu committed Jul 16, 2024
1 parent de6eaa9 commit c37bde6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -528,6 +528,7 @@ impl FluentPhpBundle {
pub extern "C" fn php_module_info(_module: *mut ModuleEntry) {
info_table_start!();
info_table_row!("Fluent", "enabled");
info_table_row!("Version", env!("CARGO_PKG_VERSION"));
info_table_end!();
}

Expand Down

0 comments on commit c37bde6

Please sign in to comment.