ledbettj/systemd-journal

View on GitHub
lib/systemd/journal/version.rb

Summary

Maintainability
A
0 mins
Test Coverage
module Systemd
  class Journal
    # The version of the systemd-journal gem.
    VERSION = '1.4.2'.freeze
  end
end