Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
rapid7
GitHub Repository: rapid7/metasploit-framework
Path: blob/master/lib/postgres/postgres-pr/version.rb
21596 views
1
# -*- coding: binary -*-
2
# Namespace for Metasploit branch.
3
module Msf
4
module Db
5
6
module PostgresPR
7
Version = "0.6.3-msf"
8
end
9
10
end
11
end
12
13