lib/omnibus/config.rb in omnibus-1.0.1 vs lib/omnibus/config.rb in omnibus-1.0.2
- old
+ new
@@ -157,9 +157,18 @@
# @return [String, nil]
solaris_compiler nil
# @!endgroup
+ # @!group Build Version Parameters
+
+ # @!attribute [rw] append_timestamp
+ #
+ # @return [Boolean]
+ append_timestamp true
+
+ # # @!endgroup
+
# @!group Validation Methods
# Asserts that the Config object is in a valid state. If invalid
# for any reason, an exception will be thrown.
#