Start next dev iteration

This commit is contained in:
Philip K.F. Hölzenspies
2024-06-17 19:30:57 +01:00
committed by Philip K.F. Hölzenspies
parent 4a27ac5bda
commit 0ef22a73fb
27 changed files with 84 additions and 25 deletions

View File

@@ -18,7 +18,7 @@
///
/// Note that some mathematical functions, such as `sign()`, `abs()`, and `round()`,
/// are directly defined in classes [Number], [Int], and [Float].
@ModuleInfo { minPklVersion = "0.26.0" }
@ModuleInfo { minPklVersion = "0.27.0" }
module pkl.math
/// The minimum [Int] value: `-9223372036854775808`.